home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / radial sun < prev    next >
Text File  |  1999-06-15  |  549b  |  26 lines

  1. Category: Filter Factory Gallery J
  2. Title: Radial Sun...
  3. Author: Werner D. Streidt
  4. Copyright: Copyright © 1996 by Werner D. Streidt
  5.  
  6. ctl[0]: Controls the amount of sun rays
  7. ctl[1]: Blurs the sun rays
  8. ctl[2]: Controls the amount of 'blasts'
  9. ctl[3]: 
  10. ctl[4]: 
  11. ctl[5]: 
  12. ctl[6]:
  13. ctl[7]: 
  14. val[0]: 208
  15. val[1]: 119
  16. val[2]: 121
  17. val[3]: 128
  18. val[4]: 128
  19. val[5]: 128
  20. val[6]: 128
  21. val[7]: 128
  22. R:255-((m%(256/ctl(2))*ctl(2))+(sin(d*ctl(0))/ctl(1)))
  23. G:255-((m%(256/ctl(2))*ctl(2))+(sin(d*ctl(0))/ctl(1)))
  24. B:255-((m%(256/ctl(2))*ctl(2))+(sin(d*ctl(0))/ctl(1)))
  25. A:a
  26.